@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.header{
    width: 100%;
    height: 193px;
	background:url(../images/navbj.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.logo{
	margin-left: 4%;
}
.navb {
	height: 100px;
	line-height: 100px;
	margin-left: 12%;
	width:48%;
	margin-top: 46px;
}
.navb .active {
	position: relative;
	float: left;
	width:14%;
	display: inline;
	text-align: center;
}

.navb .on{
	background: #00923f;

}
.navb .on a{
	color: #fff;
	display: block;
	font-size: 16px;
}
.navb .on::after {


}

.navb h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #000;
	text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 100px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -220px !important;
	width: 1180px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}
.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:190px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:1180px;
	height:280px;
	background:#f6f6f6;
	padding-left:15px;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
	display: block;
    height: 35px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}
.htel{
	margin-right:6%;
	margin-top: 60px;
}
.htel img:hover{
	animation: ball .6s infinite alternate;
}
@media screen and (max-width: 1830px) {
	.logo {margin-left: 1%;}
	.htel {margin-right: 1%;}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
}
@media screen and (max-width: 1540px) {
    .htel{background: initial;padding-left: 0;}
	.logo img{width: 90%;}
	    padding-left: 65px;
}
@media screen and (max-width: 1410px) {
    .htel{background: initial;padding-left: 0;}
	.logo img{width: 90%;}
}

/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 25px;
  text-align: center;

}

.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/* 内页banner */
.banner{width:100%; background:#fafafa;  z-index:11;position: relative;}

.banner_slides{ position:relative; overflow:hidden; width:100%; margin:auto; }

.banner_slides , .slides_container,.slides_control ,.banner_pic{height:830px;}

.banner_slides li.slidesjs-slide{width:100%;height:830px;}

.banner_slides li a{}

.banner_pic{display:block; width:100%; height:830px;}

.slides_btn{position:absolute; z-index:999;display:block;width:40px;height:70px;margin-top:-35px;top:50%;overflow: hidden;text-indent:-9999px; background-color:#fff;filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/ background-position: center center; background-repeat:no-repeat; }

.banner:hover .slides_btn{filter:alpha(opacity=60); -moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.6;}

.btn_previous{ left:4%; background-image:url(../images/pre01.png);}

.btn_previous:hover{ background-color:#333;background-image:url(../images/pre02.png);}

.btn_next{ right:4%; background-image:url(../images/next01.png);}

.btn_next:hover{ background-color:#333;background-image:url(../images/next02.png);}


.slides_pagination {
	width:100px;
	height:15px;
	bottom:30px;
	right:50%;
	margin-right:-37px;
	position:absolute;
	z-index:100;
	text-align:center;
}
.slides_pagination li {
	margin: 0 7px;
	display:inline-block;
	width:10px;
+float:left;
}
.slides_pagination li a {
	display:inline-block;
*display:inline;
	zoom:1;
	overflow:hidden;
	width:10px;
	height:10px;
	line-height:50px;
	border:2px solid #fff;
	color:#666;
	border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
	background:#fff;
	color:#fff;
	border:2px solid #fff;
}


/*数字*/
.topdw{
	position: relative;
}
.ys_box{
    height: 190px;
    width: 100%;
    background:url(../images/shuzi.jpg) center no-repeat;
	position: absolute;
	bottom:-100px;
	z-index: 999;
}
.ys_box ul{
	width: 1350px;
	margin: 0 auto;
}
.ys_box ul li{
    float: left;
    width: 450px;
    height: 190px;
	background:#0065ba;
}
.ys_box ul li:nth-child(2){
    background: #0061b0;
}
.ys_box ul li:nth-child(3){
    background: #0051a4;
}
.ys_box ul li .li_box{
	width: 260px;
	height: 100px;
	border-bottom:1px #478dc6 solid;
	float: left;
	margin-left: 55px;
	margin-top: 45px;
}
.ys_box ul li img{
	float: left;
	margin-left: 35px;
	margin-top: 60px;
}
.ys_box .div1{
    position: relative;
	float: left;
}
.ys_box .div1 .span1{
    font-size:60px;
    color: #fff;
    font-family: "Arial";
}

.ys_box .div2{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.ys_box .div2 .span3{
	display:block;
	line-height: 32px;
	color: #fff;
	font-size: 20px;
}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #cfe9ff;
}
.ys_box ul li:hover{
	cursor: pointer;
}
.ys_box ul li:hover img{
	animation: ball .6s infinite alternate;
}




/*分类*/
.probj{
	width: 100%;
	height: auto;
	min-height: 780px;
	background: #fff url(../images/probj.jpg) center top no-repeat;
}
.h120{
	height: 120px;
}
.probt{
	text-align: center;

	padding-top: 25px;
}
.zmbta{
	background: url(../images/zmbt_1.png) center top no-repeat;
}
.btty{
	width: auto;
	text-align: center;
}
.probt span{
	display: inline-block;
	width: 169px;
	height: 58px;
	background: url(../images/bta.png) center no-repeat;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.probt a{
    font-size: 40px;
	color: #000;
	padding-top:30px;
	font-weight: bold;
	padding-left: 20px;
}
.probt a:hover{
	color: #ff9600;
}
.probt p{
	font-size: 15px;
	color: #333;
	line-height: 40px;
}


.pro_list_con{
	width: 1350px;
	margin:0 auto;
	position: relative;
}
.cpnav{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    height: 260px;
    padding-top: 10px;
}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
	float: left;
	width: 430px;
	height: 220px;
	background: #fff;
	border-radius: 10px;
	margin-right: 30px;
	box-shadow: 0 5px 10px #d1d1d1;
	overflow: hidden;
	position: relative;
}
.cpnav ul li .navbt{
	position: absolute;
	left: 30px;
	top: 40px;
}
.cpnav ul li .navbt .flbt{
	font-size: 23px;
	color: #0061b0;
	font-weight: bold;
	background: url(../images/hot.png) right center no-repeat;
	padding-right: 60px;
}
.cpnav ul li .navbt span{
	font-size: 15px;
	color: #6c6c6c;
	display: block;
}
.cpnav ul li .navbt .flmore{
	display: block;
	width: 110px;
	height: 31px;
	border: 1px #bababa solid;
	border-radius: 50px;
	margin-top: 50px;
	line-height: 31px;
	text-align: center;
	font-size: 15px;
	color: #757575;
}

.cpnav ul li .navimg{
    float: right;
}
.cpnav ul li:hover{
	background: #0061b0;
}
.cpnav ul li:hover .navbt .flbt{
	color: #fff;
}
.cpnav ul li:hover .navbt span{
	color: #fff;
}
.cpnav ul li:hover .navbt .flmore{
	color: #fff;
	border: 1px #fff solid;
}

.list_l, .list_r {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon.png);
    position: absolute;
    top: 95px;
    cursor: pointer;
}
.list_l {
    background-position: 0;
    left: -70;
}
.list_r {
    background-position: -50px;
    right: -70;
}
/*pro*/
.pro_litpic {
    width: 92%;
    margin: 0 auto;
    height: 700px;
    overflow: hidden;
    position: relative;
	background: #fff;
	padding: 13px;
}
.pro_a{
	overflow: hidden;
}
.pro_b{
	overflow: hidden;
}
.pro_go>ul>li {
    width: 24.6%;
    margin: 4px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
}
.pro_go>ul>li>a {
    display: block;
    height: 320px;
    overflow: hidden;
}
.pro_go>ul>li a img {
    width: 100%;
    height: auto;
    min-height: 320px;
    transition: all 0.5s;
}
.pro_go>ul>li a span{
    display: block;
    width: 310px;
    height: 95px;
    background: url(../images/pro_des.png) center center no-repeat;
    position: absolute;
    bottom: 20px;
    left: -245px;
    opacity: 0;
    transition: all 0.6s;
    color: #fff;
}
.pro_go>ul>li a span p{
	float: left;
}

.pro_go>ul>li a span b{
	font-family: "Arial";
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	float: right;
	line-height: 95px;
    margin-right: 27px;
}
.pro_go>ul>li:hover span{
    left: 0;
    opacity: 1;
}
.pro_go>ul>li span b:hover{
	text-decoration: underline;
}
.pro_go>ul>li:hover img{
    transform: scale(1.1);
}
.pro_go>ul>li a span em {
    font-size: 17px;
    padding-top: 18px;
    display: block;
    padding-left: 20px;
}



.pro_go>ul>li a span i {
    font-size: 20px;
    margin-top: 3px;
    margin-left: 21px;
	display: block;
	font-style: normal;
	font-family: "Arial";
}
.pro_go>ul>li a span i::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/tela.png) left center no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
	margin-right: 6px;
}
.bai{
	width:90%;
	padding: 13px;
	background: #fff;
	margin: 0 auto;
}
/*adv*/
.advbj{
	width: 100%;
	height: 730px;
	background:#f4f4f4 url(../images/advbj.jpg) top no-repeat;
	margin-top: 45px;
}
.ysimg{
	padding-top: 65px;
	margin-left: -130px;
}
.yslb{
	width: 700px;
	margin-top: 40px;
}
.yslb ul li{
   margin-top: 140px;
}
.yslb ul li img{
	float: left;
	margin-top: 15px;
}
.yslb ul li .ystit{
	float: left;
	margin-left: 20px;
}
.yslb ul li .ystit b{
	font-size: 40px;
	color: #000;

}
.yslb ul li .ystit span{
	font-family: "Arial";
	font-size: 18px;
	color: #838383;
	display: block;
	line-height: 35px;
}
.yslb ul li .ystit em{
	display: block;
	width: 50px;
	height: 3px;
	background: #ea0000;
	margin-top: 5px;
}
.yslb ul li .ysnr{
	font-size: 16px;
	color: #575757;
	line-height: 36px;
	
	margin-left: 23px;

	margin-top: 20px;
}
.lcbt{
    margin-top: 150px;
}
.lcbt span{
	width: 169px;
	height: 58px;
	background: url(../images/bta.png) center no-repeat;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 33px;
	font-weight: bold;
}
.lcbt img{
	margin-top: 20px;
	margin-left: 60px;
}

/*流程*/
.youshi{
	width: 100%;
	height: 300px;
	border-top:#f18200 7px solid;
	background:#00923f;
}
.youshi ul{

	width: 100%;
    height: 300px;
}
.youshi ul li{
	width: 225px;
	height: 225px;
	background: url(../images/yuan1.png) center no-repeat;
	float: left;
	margin-right: 40px;
	text-align: center;
	margin-top: 40px;
}
.youshi ul li:last-child{
	margin-right: 0;
}
.youshi ul li img{
	margin-top: 38px;
}
.youshi ul li span{
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 40px;
}
.youshi ul li:hover img{
	transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}



.hegn{
	width:853px; height:60px; background:url(../images/heng02.png) no-repeat center; text-align:center; margin:0px auto; font-size:14px; color:#fff; line-height:60px;}
/*case*/
.custerm {
	width: 100%;
	height: 760px;
	background:url(../images/albj.jpg) repeat top;
	overflow: hidden;
}
.zmbtb{
	background: url(../images/zmbt_2.png) center top no-repeat;
}

.swiper-container {
	padding:35px 0;
}
.post_m {
	position: relative;
	padding-bottom:50px;
	margin:30px auto 0 auto;
	width:94%;
}
.post_m .swiper-slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}
.post_m .swiper-slide img {
	width: 100%;
	height:auto;
}
.post_m .sytext {
	box-sizing:border-box;
	width: 60%;
	line-height:45px;
	height: 45px;
	opacity:1;
	color:#000;
	text-align:center;
	font-size:17px;
	background-color:#d8d8d8;
	margin:0 auto;
}
.post_m .swiper-slide-next {
	-webkit-transform: scale(.94) translateX(10px);
	transform: scale(.94)translateX(10px);
}
.post_m .swiper-slide-prev {
	-webkit-transform: scale(.94) translateX(-10px);
	transform: scale(.94)translateX(-10px);
}
.post_m .swiper-slide-active, .post_m .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.07) translateY(-14px);
	transform: scale(1.07) translateY(-14px);
}
.post_m .swiper-slide-active .sytext, .post_m .swiper-slide-duplicate-active .sytext {
	opacity:0;
}
.post_m .swiper-slide-active h4, .post_m .swiper-slide-active p, .post_m .swiper-slide-duplicate-active h4, .post_m .swiper-slide-duplicate-active p {
	color: #fff;
}
.post_m .swiper-slide-active a, .post_m .swiper-slide-duplicate-active a {
	display: block;
	width:100%;
	height:100%;
	position: relative;
}
.post_m .swiper-pagination {
	bottom:0;
	left: 50%;
	transform: translate(-50%, 0)
}
.post_m .swiper-pagination-bullet {
	width:16px;
	height:16px;
	background:#dedfe0;
	opacity:1;
}
.post_m .swiper-pagination-bullet+ .swiper-pagination-bullet {
	margin-left:14px;
}
.post_m .swiper-pagination-bullet-active {
	background:#47af34;
}
.custhide {
	position:absolute;
	top:310px;
	width:70%;
	height:180px;
	box-sizing:border-box;
	padding:30px;
	background-image: linear-gradient(to top, #0052a5 , #0073d4);
	color:#fff;
	transition:all .3s ease;
	opacity:0;
	left:0;
	right:0;
	margin:0 auto;
}
.cust_t {
	font-size:18px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:15px;
}
.cust_remark {
	color: #acb9dd;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post_m .swiper-slide-active .custhide, .post_m .swiper-slide-duplicate-active .custhide {
	opacity:1;
	bottom:-15px;
}
.cust_jt {
	margin-top:15px;
	text-align:right;
}
.cust_jt i {
	display:inline-block;
	width:25px;
	height:6px;
	background:url(../images/jiantoub.png) no-repeat center;
}
.post_m .custjt {
	bottom:-13px;
	top:auto;
	left:30%;
	width:20px;
	height:40px;
	background:url(../images/jiantou.png) no-repeat left top;
}
.post_m .custjt.swiper-button-prev {
	left:auto;
	right:30%;
	background-image:url(../images/jiantoua.png);
}
.post_m .custjt:hover {
	background-position-y:bottom;
}
/*设备*/
.index_bj{
	width: 100%;
	height: 700px;
	background: url(../images/indexbj.jpg) center bottom no-repeat;
}
.slbt{
	width: 490px;
    margin: 0 auto;
}
.slbt a{
	font-size: 38px;
	color: #333;
	position: relative;
	font-weight: bold;
}
.slbt a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    width: 42px;
    height: 38px;
    background: url(../images/jt_tb.png) center no-repeat;
    right: -55px;
}
.slbt a:hover{
	color: #0052a5
}
.slbt b{
	font-size: 38px;
	color: #333;
	position: relative;
}
.slbt b::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    width: 42px;
    height: 38px;
    background: url(../images/jt_tb.png) center no-repeat;
    right: -55px;
}
.slbt span{
	font-size: 20px;
	font-family: "Arial";
	color: #ababab;
	text-transform: uppercase;
	display: block;
}

.com_con{
	width: 860px;
	height: 550px;
	background: url(../images/kuang.png) left top no-repeat;
	margin-top: 40px;
}

.scroll_img{
    float: left;
    width: 820px;
    position: relative;
    left: 35px;
    height: 490px;
    overflow: hidden;
	border-radius: 50px;
	top: 35px;
}
.scroll_img img{
    width: 100%;
    min-height: 410px;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
    transform: scale(1.2);
}
.scroll_img p{
	width: 100%;
    height: 95px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 95px;
	color: #adabab;
    font-size: 25px;

}
.scroll_img p b{
	font-size: 26px;
	color: #fff;
}
.scroll_img p em{
	color: #fff;
	font-size: 28px;
	font-family: "Arial";
}
.scroll_img:hover p{
	background: rgba(0, 92, 183, .8);
}

.zizhi{
	width: 395px;
	height: 530px;
	background-image: linear-gradient(to top, #0052a5 , #0073d4);
	border-radius: 35px;
	margin-top: 40px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 280px;
    -ms-touch-action: pan-y;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
	height: 480px;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.pro_imga{
	width: 280px;
	height: 370px
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);

}

.owl-theme .owl-controls{
    margin-top: 10px;
    float: right;
}
.item span{
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: -107px;
    width: 280px;
    border-top: 1px #458acd solid;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;

}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	background: #ff0000;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
}

/*广告*/
.ggbj{
	width: 100%;
	height: 250px;
	background: url(../images/ggbj.jpg) center no-repeat;
}
.ggfl{
	width: 420px;
    margin-top: 40px;
}
.ggfl em{
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	margin-bottom: 5px;
}
.ggfl p{
	font-size: 33px;
	color: #fff;
}
.ggfl p span{
	font-size: 36px;
}
.ggfl ul li{
	float: left;
	text-align: center;
	margin-right: 35px;
	margin-top: 20px;
}
.ggfl ul li a{
	display: block;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}
.ggfl ul li:hover a{
	text-decoration: underline;
}
.ggfl ul li:hover img{
	transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.ggtel{
	margin-top: 40px;
	margin-left: 120px;
}
.ggtel em{
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	margin-bottom: 10px;
}
.ggtel span{
	font-size: 23px;
	font-family: "Arial";
	color: #fff;
}
.ggtel p{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.ggtel b{
	display: block;
	width: 280px;
	height: 50px;
	background: #e00000;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-family: "Arial";
	margin-top: 25px;
	margin-left: -10px;
}
.ewm{
	
}
.ewm ul li{
	float: left;
	text-align: center;
	width: 153px;
	margin-left: 60px;
	margin-top: 35px;
}
.ewm ul li span{
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
}



/*新闻*/
.newbj{
	width: 100%;
	height: 600px;
	background: #f4f4f4 url(../images/xwbj.jpg) bottom center no-repeat;
    padding-top: 45px;

}
.zmbtc{
	background: url(../images/zmbt_3.png) center top no-repeat;
}
.news_con{
    width: 85%;
    margin: 50px auto 0 auto;
}
.news_con ul li{
    float: left;
    width: 23%;
    height: 260px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    margin-right: 16px;
}
.news_con ul li a{
    color: #333;
}
.xwyuan{
	width: 55px;
	height: 50px;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0 1px 8px #d2d2d2;
	z-index: 999;
	left: 30px;
    position: absolute;
	top: -25px;
	text-align: center;
	font-size: 14px;
	color: #0051a4;
	padding-top: 5px;
}
.news_des{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.news_des em{
    font-size: 17px;
	display: block;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px #d5d5d5 solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 13px;
}

.news_des p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    display: block;
    height: 50px;
    overflow: hidden;
}
.news_des i{
    font-size: 16px;
    color: #959595;
	font-family: "Arial";
	font-style: normal;
	background: url(../images/shijian.png) left center no-repeat;
	padding-left: 30px;
	line-height: 25px;
	display: block;
	height: 25px;
	margin-top:35px;
}
.news_cover{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    box-shadow: 0 0 5px rgba();
	overflow: hidden;
}
.news_con ul li.active .news_cover{
    display: block;
}
.news_cover img{
    width: 100%;
    height: auto;
    min-height: 290px;
}
.news_cover span{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: block;
    background-image: linear-gradient(to right, #0052a5 , #0073d4);
}
.news_cover span i{
    color: #fff;
    line-height: 50px;
    text-indent: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-style: normal;
	padding-left: 20px;
}


/*底部*/
.footer {
  height:360px;
  background:#202020;
}
.footys{
  width: 1350px;
  margin: 0 auto;
  height: 150px;
  border-bottom: 1px #383838 solid;

}
.footys ul li{
  float: left;
  width: 337px;
  margin-top: 40px;

}
.footys ul li img{
  float: left;
}
.footys ul li p{
  float: right;
  width: 230px;
  color: #cecece;
  font-size: 15px;
}
.footys ul li p span{
  font-size: 23px;
  display: block;
  line-height: 40px;
}
.footys ul li:hover img{
  cursor:pointer; *-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.dbnav{
  width: 220px;
}
.dbbt{
  color: #fff;
  font-size: 18px;
  padding-top:35px;
  display: block;
  padding-bottom: 20px;
}
.dbnav ul li{
  float: left;
  width: 100px;
  height: 35px;
}
.dbnav ul li a{
  font-size: 15px;
  color: #999;
}
.dbnav ul li:hover a{
  text-decoration: underline;
}
.dbtel{
  width: 260px;
  margin-left: 75px;
}
.dbtel p{
  font-size: 15px;
  color: #999;
  line-height: 35px;
}
.dbewm{
  width: 150px;
  margin-left: 30px;
}
.dbewm p{
  color: #999;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
}
.dblian{
  width: 350px;
}
.dblian h3{
  color: #fff;
  font-size: 30px;
  font-family: "Arial";
  font-weight: bold;
}
.dblian b{
  color: #ff9c00;
  font-size: 25px;
}
.dblian p{
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.dblian a{
  display: block;
  width: 140px;
  height: 37px;
  background: #ffc000;
  border-radius: 3px;
  margin-top: 10px;
  text-align: center;
  line-height: 37px;
  font-size: 16px;
  color: #fff;
}
.dblian a:hover{
  background: #ff9c00;
}
.copy{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #202020;
  font-size: 14px;
  color: #fff;
}
.copy a{
  font-size: 14px;
  color: #fff;  
}


/*当前导航*/
.breadcrumbs {
	height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    background: #00923f;
    width: 1350px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 50%;
    margin-left: -675px;
}
.breadcrumbs .dh_box {
	width: 1350px;
	margin: 0 auto
}
.breadcrumbs .sortName {
	color:#fff;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	color: #fff;
	padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
	font-size: 15px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
	color:#fff;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#fff;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
	font-size: 15px;
}
.breadcrumbs .dqdh_class {
	margin-top:10px;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:23px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.about_l{
    width:100%;
}
.about_tit p{
    color: #707070;
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
}

.about_tit{
    margin-bottom: 30px;
	text-align: center;
}
.about_tit>i{
	display: block;
	font-style: normal;
	font-size:50px;
	color: #000;
	font-weight: bold;
}
.about_tit>em{
    font-size: 42px;
    line-height: 1;
    color: #1d1d1f;
    font-weight: bold;
    position: relative;
    margin-top: -50px;
    display: block;
}
.about_l>p{
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
}
.about_tit1{
    margin-bottom: 30px;
    text-align: center;
}
.about_tit1>em{
    font-size: 42px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}
.about_tit1 p{
    margin-top: 8px;
}
/*内页联系方式*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
	margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
.page_contact{
    position: relative;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
}
.page_contact h4{
    font-size: 34px;
    color: #00923f;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.page_contact ul{
    width: 90%;
	margin-left: 20px;
}
.page_contact ul li{
    float: left;
    margin-right: 2%;
    color: #333;
    line-height: 40px;
}
.page_contact ul li::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(../images/contact_con.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}
.page_contact ul li:nth-child(1)::before{
    background-position: 1px 0;
}
.page_contact ul li:nth-child(2)::before{
    background-position: -22px 0;
}
.page_contact ul li:nth-child(3)::before{
    background-position: -46px 0;
}
.msg{
    width: 100%;
    height: 350px;
    background: #005aae;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 60px;
}
.msg span{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 52px 80px 0 80px;
}
.msg span i{
    font-size: 32px;
    color: #fff;
	font-style: normal;
}
.msg span p {
    font-size: 14px;
    line-height: 26px;
    color: #82bcf3;
    margin-top: 5px;
}
.msg form {
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.msg form textarea{
    width: 380px;
    height: 50px;
    background: #fff;
    color: #666;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    line-height: 50px;
}
.msg form input,.msg form button{
    width: 120px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-left: 20px;
}
.msg form textarea,.msg form input,.msg form button{
    float: left;
    margin-left: 5px;
}
.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #82bcf3;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
	font-size: 18px;
}
.hua{
    position: absolute;
    right: -86px;
    top: 0;
}



/*新闻列表页*/
.main {

    height: auto;
}
.mainBox {
    padding-bottom: 100px;
}
.tit1 {
    text-align: center;
    position: relative;
	padding-top: 50px;
}
.tit1 h3 {
    font-size: 40px;
    color: #333;
}
.tit1 h3 span {
    display: inline-block;
    width: 169px;
    height: 58px;
    background: url(../images/icon1.png) -123px -4px no-repeat;
    color: #fff;
    font-size: 30px;
    line-height: 54px;
    vertical-align: middle;
    margin-right: 8px;
}
.tit1 p {
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}
.page_news{
    position: relative;
}
.page_news ul{
    overflow:  initial;
    position: relative;
}
.page_news ul::after{
    content: '';
    display: block;
    clear: both;
}
.page_news ul li{
    width: 325px;
    height: 470px;
    box-shadow:0 0 25px 3px #f2f2f2 ;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    float: left;
    position: relative;
    z-index: 11;
    transition: all 0.6s;
}
.page_news ul li:hover{
    margin-top: -40px;
}
.page_news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_news ul li span{
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}
.page_news ul li span img{
    width: 100%;
    height: auto;
    min-height: 240px;
}
.page_news ul li em{
    color: #828282;
    font-size: 18px;
	font-family: "Arial";
}
.page_news ul li h3{
    font-size: 18px;
    margin: 15px 0 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:90%;
}
.page_news ul li p{
    overflow: hidden;
    height: 48px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.page_news ul li i{
    padding: 20px 0 5px;
    color: #828282;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    position: relative;
	display: block;
	font-style: normal;
}
.page_news ul li i::after{
    content: '';
    display: block;
    width: 23px;
    height: 6px;
    background: url(../images/more.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 57%;
}
.page_news ul>div{
    width: 325px;
    height: 500px;
    float: left;
    margin-right: 12px;
    margin-top: 40px;
}
.ddes{
    padding: 20px;
    background: #fff;
	height: 100%;
}
.page_news_tit a:hover::after{
    right: 16px;
}
.page_news_tit a::after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    height: 6px;
    width: 17px;
    background: url(../images/icon.png) -109px -168px no-repeat;
    margin-top: -3px;
    transition: all 0.6s;
}
.page_news ul li:hover h3,.page_news ul li:hover i{
    color: #0051a4;
}
/*fenye*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#1d76f8;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
/*新闻详情*/
.main .main_right {
    width: 100%;
    padding-top: 5px;
    background: #fff;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	padding-top:50px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #8F8F8F;
	text-align:center;
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.main .subtitle span {
	padding:0 30px;
}
.main .subtitle .timea{
	background: url(../images/shijian.png) left center no-repeat;
}
.main .subtitle .liulan{
	background: url(../images/liulan.png) left center no-repeat;
}

.text {
    line-height: 35px;
    font-size: 15px;
    color: #333;

    padding: 30px;
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #eee;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}

/*产品列表页*/
.list_pro_con {
    width: 70%;
    margin: 0 auto;
	margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
	background:#00923f;
    border: 1px dashed #fff;
    margin-left: 8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 24%;
    text-align: center;
	height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #fff;
    width: 100%;
    height: 100%;
	font-size:18px;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #00923f;
}
.list_pro_con>ul li:hover a{
    color: #fff;
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
	width:630px;
	height:550px;
	background-color:#fff;
	text-align:center;
	display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
	width:550px;
	height:550px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:680px;
}
.product_top .r_box .product_title {
	border-bottom:1px solid #ddd;
	padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
	font-weight:700;
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
	font-size:14px;
	color:#b7b7b7;
	padding-top:8px;
}
.product_top .subtitle span {
	display:block;
	padding-left:25px;
	line-height: 23px;
	height: 24px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 15px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	width:680px;
	line-height: 28px;
	font-size: 15px;
	color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	margin-right:30px;
	color:#e50100;
	font-size:18px;
	border-bottom:1px solid #e50100;
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/teld.png) left center no-repeat;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #00a874;
  
    width: 130px;
}
.product_top .dianhua a {
	color:#fff;
	display: block;
}
.product_top .dianhua:hover {
	background-color:#f18200;
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}
.xiangqing {
	border-top: 50px solid #fff;
}
.xiangqing_top .a_nav {
	display:block;
	float:left;
	width:190px;
	background-cologr:#fff;
	border-bottom:2px solid #e50000;
	color:#eea200;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.xiangqing_top .a_nav.active {
	background-color:#e50000;
	color:#fff;
}
.contenta {
	background: #fff;
	border: 1px solid #ddd;
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 422px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*在线留言*/
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{padding:50px 0 50px 280px;}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#e50000; }

.wizfrm:hover{ background-color:#397bfc; }


.cp_title{padding:30px 0 30px 0;}
.cp_title h3{font-size: 30px;color: #333; font-size:45px; font-weight:bold;}
.cp_title p{font-size: 16px;color: #adadad; line-height:50px;}
.sort1{width: 1360px;margin: 0 auto;}
.sort1 .layers1{float: left;position: relative; margin-left:20px; margin-right:20px;}
.sort1  .title1{
    position: absolute;bottom: 0;left: 0;    padding-left: 18px;
    font-size: 20px;color: #fff;background: rgba(0,0,0,0.5) url(../images/jt2.png) no-repeat 366px center;height: 67px;line-height: 67px;    width: 382px;}
.sort1  .img1{width: 400px;height: 597px;display: block;}
.layers1  a.img1 img{-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.layers1:hover a.img1 img{z-index: 3;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}
.layers1:hover .title1{display: none;}
.layers2{display: none; position: absolute;top: 0;left: 0;background: rgba(51,51,51,0.8);width: 400px;height: 597px;}
.layers2 ul{padding: 16px 0 0 100px;}
.layers2 ul li .list_items{    line-height: 16px;
    margin-bottom: 15px;color: #fff;font-size: 16px;background:url(../images/fl.png) no-repeat left center;padding-left: 30px;display: block; }
.layers1:hover .layers2{display: block; z-index:4;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}
.sort1 .layers2 .title2{    padding-top: 180px;font-size: 30px;color: #fff;font-weight: bold;text-align: center;display: block;}
.lines{
    border: 2px solid #fff;
    width: 366px;
    height: 563px;
    margin: 15px;

}
/*å…³äºŽæˆ'ä»¬*/
.about{ }
.about_box{width: 1200px;margin: 0 auto;    padding-top:105px;}
.process_list2 li{width:440px;height:139px;background: url(../images/bj1.jpg) no-repeat;    margin-bottom: 1px;}
.process_list2 li a.img1{display:block;width:75px;height:83px;float: left;margin-left: 28px;margin-top: 35px;}
.process_list2 li h3 a{padding-top:21px;color:#333333;font-size:18px;font-weight:400;display:block;text-align:left;height: 25px;text-indent:71px;font-weight: bold;}
.process_list2 li span{color:#919191;font-size:14px;display:block;margin-top:18px;height:76px;overflow:hidden;width:250px;margin-left:175px;line-height: 24px;text-align: left;}
.process_list2 li:hover{background: url(../images/bj2.jpg) no-repeat;}
.process_list2 li:hover span{color: #fff;}
.process_list2 li:hover h3 a{color: #fff;}
.cpzs_z{width: 454px;height: 238px;float: right;margin-right: 24px; display: none;}
.cpzs_z.current { display: block;}
.cpzs_t{width: 454px; height: 44px;color: #333333;font:400 24px/30px "å¾®è½¯é›…é»'";margin-top: 60px;}
.cpzs_t a{color: #333333;}
.cpzs_c{width: 454px;color: #666666;font:400  16px/24px "å¾®è½¯é›…é»'";    text-indent: 27px;}
.cpzs_gd{width: 168px; height: 36px;display: block;background: url(../images/gd.jpg);color: #fff;font:400 16px/36px "å¾®è½¯é›…é»'";text-indent: 15px;margin-top: 30px;}
.cpzs_gd a{color: #fff;}
.at_right{width: 720px;height: 425px;overflow: hidden;}
.at_right .a_cont{overflow: hidden;font-size: 14px;color: #333333;}
.at_right h3{font-size: 22px;color: #333;}
.at_right img{margin: 12px 0;}
.at_right p{line-height: 23px;}


.newbj{background:url(../images/d12.jpg) no-repeat center;  height:600px;}
.mnew20190815{width: 100%; margin-top: 40px;}
.mnew20190815 a{color: #333}
.mnew20190815 ul li{width: 32%;height: 210px;background: #FFF;float: left;padding-top: 10px;margin-right: 2%;border-radius: 0 15px 0 0;}
.mnew20190815 ul li:last-child{margin-right: 0}

.myup{position: absolute;margin-top: 0;display: block;width: 32%}
.mydown{position: absolute;margin-top: 120px;display: block;width: 32%}
.mydown .jiantou2{display: inline-block;float: right;font-size: 40px;color: #d9233f}

.mnew20190815 ul li h1{font-size: 24px;font-weight: normal;padding: 10px 25px 0 25px;margin-bottom: 0}
.mnew20190815 ul li span{font-size: 15px;color: #CCC;font-weight: normal;line-height: 30px;display: block;padding: 5px 25px}

.newdi{height: 40px;line-height: 40px;padding: 0px 25px;font-size: 30px;}
.newsimg{height: 240px;width: 100%}
.news_img{height: 240px;width: 100%}

.gengduo{width: 200px;height: 50px;line-height: 50px;background: #007e90;text-align: center;margin: 35px auto;color: #FFF;border-radius: 3px;}
.gengduo a{display: block;}
.gengduo:hover{background: #ff7200;text-align: center;margin: 35px auto;color: #FFF!important;border-radius: 3px;}


.new_r{
	width:1000px; height:460px;  float:right; margin-top:50px;} 


.newlb{
  width: 1050px;
  margin: 0 auto;

}
.newlb ul li{
  float: left;
  width: 317px;
  height: 420px;
  box-sizing: border-box;

  margin-right: 10px;
  margin-left:10px;
  margin-top: 10px;
}
.newlb ul li .nimg{
  width: 100%;
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  
}
.newlb ul li .nimg img{
  width: 100%;
  height: 100%; 
}
.aal a {
    font-size: 16px;
    color: #FFFFFF;
    display: block;
}.aal {
    width: 140px;
    height: 35px;
    line-height: 35px;
    background-color: #ff7900;
    text-align: center;
    float: left;
    margin-top: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
	border-radius: 25px;
}

.newlb ul li .ntit{

  height: 250px;
  margin: 0 auto;
  overflow: hidden; 
  background: #fff;
  position: relative;
  margin-top: -60px;
  box-shadow: 0 3px 10px #cacaca;
  padding: 30px 20px
}

.newlb ul li .ntit h3 a{
  font-size: 16px;
  font-weight:bold;
  color: #333;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  overflow:hidden;
}

.newlb ul li .ntit p{
   font-size: 14px;
   color: #888;
   line-height: 23px;
  display: block;

  overflow: hidden;
}
.newlb ul li .ntit .rdmore{
  background: url(../images/jt.png) left center no-repeat;
  color: #2c2c2c;
  font-size: 14px;
  padding-left: 25px;
  display: block;
  margin: 0 auto;
  width: 100px;
  margin-top: 20px;
}
.newlb ul li:hover .ntit .rdmore{
  text-decoration: underline;
}

.newlb ul li:hover .nimg img{
  transition: all 1.2s;
    transform:scale(1.2, 1.2);
}
.newlb ul li:hover h3 a{
  color:#01a38b;
  padding-left: 13px;
  font-weight: bold;
}


.di_wenzi{
	color:#fff !important; width:350px; height:50px;}
	
	
	.kll{
	float: left;
	width: 24%;

	text-align: right;

	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.kll2{
	width: 100%;
	display: table;
	left:0%;
}
.kll2 p{
	width: 100%;
}

.kll22{
	width: 100%;
	padding-top:50px;
	position:relative;
	display: table;

}
.kll22 p{
	width: 100%;
	    text-align: left;
}
.kll22 p:nth-child(1){
	font-size: 20px;
	color: #000;

}
.kll22 p:nth-child(2){
	font-size:42px;
	font-weight:bold;
	line-height:80px;
	font-family: impact;
	color: #05a873;

}
.kll22 p em{
	;
	}
.kll22 p:nth-child(3){
	font-size: 20px;
	font-weight: 600;
	color: #000;

}

.kll2 p:nth-child(1){
	font-size: 26px;
	color: #000;

}
.kll2 p:nth-child(2){
	font-size: 93.8px;
	font-family: impact;
	color: #000;

}
.kll2 p:nth-child(3){
	font-size: 20px;
	font-weight: 600;
	color: #000;

}

.zhong_ll{
	width:405px; height:540px; float:left;}
.zhong_rr{
	width:405px; height:540px; float:right;}
.zhong_zz{
	width:405px; height:540px; float:left; margin-top:70px;}

.zhong{
	width:1300px; height:560px; margin:0px auto; }
	.zhong_1{
		width:250px; height:250px; background:#00923f; margin-top:50px;  border-radius: 50%; border:#a4d0bb 20px solid; }
		
	.zhong_1 h2{
		line-height:40px; text-align:center; font-size:30px; color:#FFF; padding-top:40px; font-weight:bold;}
		.zhong_1 p{
		line-height:26px; text-align:center; font-size:15px; color:#FFF; padding-top:10px;}
		.zhong_2{
		width:250px; height:250px; background:#00923f; margin-top:50px; margin-left:130px; border-radius: 50%; border:#a4d0bb 20px solid; }
			.zhong_2 h2{
		line-height:40px; text-align:center; font-size:30px; color:#FFF; padding-top:40px; font-weight:bold;}
		.zhong_2 p{
		line-height:26px; text-align:center; font-size:15px; color:#FFF; padding-top:10px;}
					.zhong_3 h2{
		line-height:40px; text-align:center; font-size:30px; color:#FFF; padding-top:40px; font-weight:bold;}
		.zhong_3 p{
		line-height:26px; text-align:center; font-size:15px; color:#FFF; padding-top:10px;}
					.zhong_4 h2{
		line-height:40px; text-align:center; font-size:30px; color:#FFF; padding-top:40px; font-weight:bold;}
		.zhong_4 p{
		line-height:26px; text-align:center; font-size:15px; color:#FFF; padding-top:10px;}
		
		.zhong_3{
		width:250px; height:250px; background:#00923f; margin-top:50px; margin-left:140px; border-radius: 50%; border:#a4d0bb 20px solid; }
		.zhong_4{
		width:250px; height:250px; background:#00923f; margin-top:50px; margin-right:80px; border-radius: 50%; border:#a4d0bb 20px solid; }

.lianxix{
	width:670px; height:50px; background:#f18200; margin-left:15px; margin-top:30px; border-radius: 25px; line-height:50px; text-align:center; color:#FFF; font-size:30px;}
	
	
.main{height: auto;}
.main .main_right {
    width: 1300px;
    margin-top: 40px;
}
.main .main_righta{ width:92%;margin: 0 auto;padding-bottom: 30px;}
.main .main_rightc{margin-bottom: 60px;}
.text {
  line-height:35px;
  font-size:15px;
  color:#666;
  padding:30px;
}
.text span {
  font-size:15px;
  color:#666;
}
.texta {
  line-height:35px;
  font-size:15px;
  color:#666;
  padding:30px;
}
.main .tT01 {
  text-align:center;
  line-height:35px;
  padding-top:50px;
}
.main .tT01 .span1 {
  font-size:24px;
  color:#444;
  font-weight: bold;
}
.main .subtitle {
  font-size: 16px;
  line-height:50px;
  height: 50px;
  color: #8F8F8F;
  text-align:center;
  margin-top: 10px;
}
.main .subtitle span {
  padding:0 25px;
}
.main .subtitle .time{
  background: url(../images/time01.png) no-repeat left center;
}
.main .subtitle .chick{
  background: url(../images/zz.png) no-repeat left center;
}
.mainBox {
  margin-top: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
}
.liuyan{
  width: 100%;
  background: url(../images/message_bg.jpg) center no-repeat;
  margin-bottom: 50px
}

#faqbox {
  padding:30px 0 50px 0;
  margin:0 auto;
}
#faqbox form {
}
#faqbox .faqline {
  line-height:2em;
  text-align:left;
  padding-bottom:10px;
  color:#999;
  font-size:13px;
}
#faqbox .faqtit {
  width:150px;
  display:block;
  float:left;
  clear:both;
  text-align:right;
  color:#555;
}
#faqbox .Content {
  line-height:2em;
  text-align:left;
  padding-bottom:10px;
}
#faqbox font {
  margin:0 5px;
}
#faqbox .FaqTitle {
  height:50px;
  line-height:50px;
  padding:0 10px;
  border:1px solid #ddd;
  width:435px;
  vertical-align:top;
}
#faqbox .Content textarea {
  height:100px;
}
.wizfrm {
  border:none;
  width:455px;
  height:50px;
  line-height:50px;
  font-size:16px;
  color:#fff;
  text-align:center;
  cursor:pointer;
  background:#fff;
  margin-top:20px;
  font-family:'Microsoft YaHei';
  -moz-transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border-radius:5px;
  background-color:#e50f00;
}
.wizfrm:hover {
  background-color:#ffb600;
}


.main .proListal{ width:100%;}
.main .proListal li{ width:24.3%; float:left; margin:0 0 20px 5px;position:relative;} 
.main .proListal li .boxal{ width:100%; height:320px;display:block; cursor:pointer;position:relative;}
.main .proListal li .boxal .spanImgal{ display:block; overflow:hidden;width:100%; height:320px;
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;}
.main .proListal li .spanal{ display: block;height:45px; line-height:45px; width:100%;text-align: center; margin:auto;font-size:16px;position: absolute;left: 0;bottom: 0; background: rgba(0,0,0,0.7); }
.main .proListal li .spanal a{ color:#fff; }
.main .proListal li .spanal p{display: none;}
.main .proListal li:hover .spanal{transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;display: block;height: 100px; background-color: rgba(0,0,0,0.7);}
.main .proListal li:hover .spanal p{display: block;color: #fff;font-size: 18px;}


.proListal li .avatarb{
    position: relative;
}
.proListal li .avatarb{
    display: block;
    height: 320px;
    overflow: hidden;
    width:100%;
}
.proListal li .avatarb .spanImgal{
    height: 320px;
}
.avatarb:hover, .zhuti .avatarb:hover, .bbsinner .avatarb:hover {
    box-shadow: 0 0 10px gray;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}

.lybta{ text-align:center; margin-top:40px;}
.lybta span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}
.lybta h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; }
.liuyan{ margin-top:30px; text-align:center;}
.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}
.liuyan a{ font-size:16px;color: #CCCCCC;}
.liuyan p{ font-size:16px;color: #666666; line-height:30px;}